home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / amos / amosl0794.lzh / AMOSLIST / 000070_amos-request@svcs1.digex.net_Thu Jul 21 23:37:59 1994.msg < prev    next >
Internet Message Format  |  1994-08-01  |  2KB

  1. Received: from hela.INS.CWRU.Edu by nfs1.digex.net with SMTP id AA13952
  2.   (5.67b8/IDA-1.5 for <mcox@access.digex.net>); Thu, 21 Jul 1994 23:37:57 -0400
  3. Received: from svcs1.digex.net (svcs1.digex.net [164.109.10.23]) by hela.INS.CWRU.Edu with SMTP (8.6.8.1+cwru/CWRU-2.1-freenet-gw)
  4.     id XAA15853; Thu, 21 Jul 1994 23:37:45 -0400 (from amos-request@svcs1.digex.net)
  5. Received: by svcs1.digex.net id AA06980
  6.   (5.67b8/IDA-1.5 for amos-out); Thu, 21 Jul 1994 20:44:18 -0400
  7. Received: from nfs1.digex.net by svcs1.digex.net with SMTP id AA06975
  8.   (5.67b8/IDA-1.5 for <amos@svcs1.digex.net>); Thu, 21 Jul 1994 20:44:13 -0400
  9. Received: from meteor.meteor.wisc.edu (meteor.wisc.edu) by nfs1.digex.net with SMTP id AA04301
  10.   (5.67b8/IDA-1.5 for <amos-list@access.digex.net>); Thu, 21 Jul 1994 20:44:03 -0400
  11. From: samw@meteor.wisc.edu (Sam Washburn)
  12. Message-Id: <9407220037.AA06899@meteor.meteor.wisc.edu>
  13. Received: by meteor.meteor.wisc.edu; Fri, 22 Jul 94 00:37:21 GMT
  14. Subject: Sucky Speech
  15. To: amos-list@access.digex.net (amos list)
  16. Date: Thu, 21 Jul 94 19:37:19 CDT
  17. X-Mailer: ELM [version 2.3 PL11]
  18. Status: RO
  19.  
  20.     I was just tooling around in amos this afternoon (It's about all 
  21. I do).  I wrote a program that was supposed to speak a phrase using the 
  22. amos say command while displaying a moving mouth.  A bit of my code:
  23.  
  24.     ...
  25.     Say PHRASE$,1
  26.     For I=1 to Mouth
  27.       'Move the mouth
  28.       'There really was code here
  29.       'but its not relevent
  30.     Next I
  31.     ...
  32.  
  33. >From the looks of the manual the ,1 at the end of the say command should 
  34. have spoken the phrase with multi-tasking while continuing with the rest 
  35. of the program.  The Problem?  It doesn't multi-task and my program ends 
  36. up looking like an old, dubbed japanese flick.  Does anyone know how to 
  37. get around this.  Can you even.  Any info would be helpful.
  38.  
  39.                     Thanx,
  40.                     Samuel Washburn
  41.                     <samw@meteor.wisc.edu>
  42.  
  43.   //
  44. \X/  He who dies with the most toys, STILL DIES!!  No fear.
  45.  
  46.